Ternary 三元運算子


Posted by Rich on 2021-04-22

console.log(10 > 5 ? 'bigger' : 'smaller')
output:bigger

condition ? true : false
條件 ? true就執行 : false就執行


#note







Related Posts

day00 關於android七日計畫,關於我

day00 關於android七日計畫,關於我

[Golang] gorm 2.0 insert on duplicate update

[Golang] gorm 2.0 insert on duplicate update

[ 筆記 ] HTML - 表單 form 介紹

[ 筆記 ] HTML - 表單 form 介紹


Comments